Skip to content

Conversation

@gregfromstl
Copy link
Contributor

@gregfromstl gregfromstl commented Nov 5, 2024

Completes:

Adds the Project Overview page empty state, set to "Coming Soon" copy for now

Screenshot 2024-11-05 at 12 44 44 PM


PR-Codex overview

This PR focuses on enhancing the UI components and improving type definitions across the application. It includes style adjustments, the addition of new components, and updates to existing ones for better functionality and user experience.

Detailed summary

  • Updated styles in DatePickerWithRange.tsx and app-footer.tsx.
  • Changed DurationId to export type in date-range-selector.tsx.
  • Added background styling in layout.tsx.
  • Exported projectStub function in stubs.ts.
  • Modified background colors in globals.css.
  • Updated links in TeamOverviewPage.tsx and layout.tsx.
  • Introduced ProjectOverviewHeader component.
  • Enhanced RangeSelector with query data handling.
  • Added new SVG assets for icons.
  • Implemented EmptyState component with animated icons and SDK badges.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@gregfromstl gregfromstl added Dashboard Involves changes to the Dashboard. Feature Adds new functionality to the public API. labels Nov 5, 2024
@gregfromstl gregfromstl self-assigned this Nov 5, 2024
@linear
Copy link

linear bot commented Nov 5, 2024

@changeset-bot
Copy link

changeset-bot bot commented Nov 5, 2024

⚠️ No Changeset found

Latest commit: 880c345

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Nov 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2024 9:56pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Nov 5, 2024 9:56pm
thirdweb_playground ⬜️ Skipped (Inspect) Nov 5, 2024 9:56pm
wallet-ui ⬜️ Skipped (Inspect) Nov 5, 2024 9:56pm

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 5, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@codecov
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.59%. Comparing base (180d563) to head (880c345).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5312   +/-   ##
=======================================
  Coverage   45.59%   45.59%           
=======================================
  Files        1069     1069           
  Lines       55584    55584           
  Branches     4045     4045           
=======================================
  Hits        25342    25342           
  Misses      29552    29552           
  Partials      690      690           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 180d563
packages 40.70% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 43 KB (0%) 861 ms (0%) 571 ms (+23.69% 🔺) 1.5 s
thirdweb (cjs) 103 KB (0%) 2.1 s (0%) 1.2 s (+21.33% 🔺) 3.3 s
thirdweb (minimal + tree-shaking) 4.85 KB (0%) 97 ms (0%) 33 ms (+37.05% 🔺) 130 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 102 ms (+1166.05% 🔺) 112 ms
thirdweb/react (minimal + tree-shaking) 17.51 KB (0%) 351 ms (0%) 185 ms (+172.54% 🔺) 536 ms

@vercel vercel bot temporarily deployed to Preview – docs-v2 November 5, 2024 20:58 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 5, 2024 20:58 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 5, 2024 20:58 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 5, 2024 21:22 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 5, 2024 21:22 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 5, 2024 21:22 Inactive
@gregfromstl gregfromstl force-pushed the greg/cnct-2175-analytics-page-header branch from 26baeb2 to a680217 Compare November 5, 2024 21:28
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 5, 2024 21:28 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 5, 2024 21:28 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 5, 2024 21:28 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 5, 2024 21:34 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 5, 2024 21:34 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 5, 2024 21:34 Inactive
@gregfromstl gregfromstl force-pushed the greg/cnct-2175-analytics-page-header branch from 13d5f1e to b43354d Compare November 5, 2024 21:36
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 5, 2024 21:36 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 5, 2024 21:36 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 5, 2024 21:36 Inactive
@gregfromstl gregfromstl added the merge-queue Adds the pull request to Graphite's merge queue. label Nov 5, 2024
Copy link
Contributor Author

gregfromstl commented Nov 5, 2024

Merge activity

  • Nov 5, 4:45 PM EST: The merge label 'merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Nov 5, 4:52 PM EST: A user added this pull request to the Graphite merge queue.
  • Nov 5, 4:57 PM EST: A user merged this pull request with the Graphite merge queue.

Completes:
- CNCT-2181
- CNCT-2175

Adds the Project Overview page empty state, set to "Coming Soon" copy for now

![Screenshot 2024-11-05 at 12 44 44 PM](https://github.com/user-attachments/assets/25289323-777c-41a6-b51d-2a7cf795bb37)

<!-- start pr-codex -->

---

## PR-Codex overview
This PR primarily focuses on enhancing UI components, improving type exports, and refining styles across various files in the application. It introduces new features and fixes, particularly in the `ProjectOverviewHeader` and `EmptyState` components, while updating SVG assets.

### Detailed summary
- Updated `className` styles in `DatePickerWithRange` and `app-footer`.
- Exported `DurationId` type in `date-range-selector`.
- Added background styling in `layout.tsx`.
- Made `projectStub` function exportable.
- Adjusted CSS variables for light and dark themes in `globals.css`.
- Modified routing in `TeamOverviewPage` and `ProjectOverviewPage`.
- Enhanced `RangeSelector` to handle computed ranges.
- Introduced `EmptyState` and `ProjectOverviewHeader` components with new UI elements.
- Added new SVG assets for various icons.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
@gregfromstl gregfromstl force-pushed the greg/cnct-2175-analytics-page-header branch from b43354d to 880c345 Compare November 5, 2024 21:53
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 5, 2024 21:53 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 5, 2024 21:53 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 5, 2024 21:53 Inactive
@graphite-app graphite-app bot merged commit 880c345 into main Nov 5, 2024
31 checks passed
@graphite-app graphite-app bot deleted the greg/cnct-2175-analytics-page-header branch November 5, 2024 21:57
@vercel vercel bot temporarily deployed to Production – wallet-ui November 5, 2024 21:57 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 November 5, 2024 21:57 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground November 5, 2024 21:57 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard. Feature Adds new functionality to the public API. merge-queue Adds the pull request to Graphite's merge queue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants